From 1d1d15fe621242668cc2c3122a8bf1f9b9b9c1a6 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 25 Mar 2017 01:46:36 +0300 Subject: [PATCH] Add external-tools.md to the Makefile --- Makefile.in | 2 +- src/doc/external-tools.md | 2 +- src/doc/header.html | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 64ddeb96e..99ab8f1bd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -160,7 +160,7 @@ clean: DOCS := index faq config guide manifest build-script pkgid-spec crates-io \ environment-variables specifying-dependencies source-replacement \ - policies machine-readable-output + policies external-tools DOC_DIR := target/doc DOC_OPTS := --markdown-no-toc \ --markdown-css stylesheets/normalize.css \ diff --git a/src/doc/external-tools.md b/src/doc/external-tools.md index bf07e7fc5..fc3c5a368 100644 --- a/src/doc/external-tools.md +++ b/src/doc/external-tools.md @@ -91,7 +91,7 @@ the `.d` files alongside the artifacts. Cargo is designed to be extensible with new subcommands without having to modify Cargo itself. This is achieved by translating a cargo invocation of the form cargo `(?[^ ]+)` into an invocation of an external tool -`cargo-${command} that then needs to be present in one of the user's `$PATH` +`cargo-${command}` that then needs to be present in one of the user's `$PATH` directories. Custom subcommand may use `CARGO` environment variable to call back to diff --git a/src/doc/header.html b/src/doc/header.html index f10cf935f..23395f473 100644 --- a/src/doc/header.html +++ b/src/doc/header.html @@ -27,7 +27,9 @@ Docs - +